projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3a1b86
)
Fix style of last change.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 13 Feb 2006 21:42:43 +0000
(21:42 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 13 Feb 2006 21:42:43 +0000
(21:42 +0000)
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/xterm.c
b/src/xterm.c
index 6ab8b8db487fb8d15b09cad7ff3d01777ac81d27..eb0b984d4861d1cbb5ebe7a1877cadd08ed5e43d 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-3592,9
+3592,8
@@
note_mouse_movement (frame, event)
last_mouse_motion_event = *event;
XSETFRAME (last_mouse_motion_frame, frame);
- if (!FRAME_X_OUTPUT (frame)) {
- return 0;
- }
+ if (!FRAME_X_OUTPUT (frame))
+ return 0;
if (event->window != FRAME_X_WINDOW (frame))
{